-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Dart Sass & Ruby Sass compatibility #29755
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MartijnCuppens LGTM.
The #{$value1 "+" $value2}
and #{$value1 "-" $value2}
is another solution, but either is fine.
The minus isn't causing any issues if I'm not mistaken? Edit: I've tested this, it's not causing any issues |
Yep, there is no problem with the My point is for reduce the code complexity by using the same format to plus and minus. |
Fixes #29743, also works with ruby-sass: https://www.sassmeister.com/gist/ff625639f5c4e126d121c853d93f3025
Ping @XhmikosR @ysds